From eba818ffb4ca84f24f4d29924533bc2c098c88ce Mon Sep 17 00:00:00 2001 From: Dhravya Date: Mon, 26 Feb 2024 17:53:38 -0700 Subject: EVERYTHING WORKING PERFECTLY --- apps/web/src/app/api/auth/[...nextauth]/route.ts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 apps/web/src/app/api/auth/[...nextauth]/route.ts (limited to 'apps/web/src/app/api/auth/[...nextauth]') diff --git a/apps/web/src/app/api/auth/[...nextauth]/route.ts b/apps/web/src/app/api/auth/[...nextauth]/route.ts deleted file mode 100644 index db7d1fb8..00000000 --- a/apps/web/src/app/api/auth/[...nextauth]/route.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { GET, POST } from "@/server/auth"; -export const runtime = "edge"; -- cgit v1.2.3